gpt-luna-5.6 is different in opencode go req fix gpt luna unuse - #8
Merged
Conversation
部分支持。 大部分 Go 模型能用,但 gpt-5.6-luna 这类走 /responses 的模型,主聊天链路还不支持。 已支持 主客户端 GLMClient 只实现了两种协议: 协议 实际请求地址 适用模型 OpenAI …/chat/completions GLM、Kimi、DeepSeek、MiMo、Hy3 等 Anthropic …/v1/messages MiniMax、Qwen、Claude core.ts Ln 70–71 * Supports both OpenAI-compatible (`/chat/completions`) and * Anthropic-compatible (`/v1/messages`) protocols. OpenCode Go 上这两类模型在 Copilot Chat 里都能正常用。 还不支持(Luna 的问题) gpt-5.6-luna、grok-4.6、muse-spark-1.2-contributor 在 OpenCode Go 文档 里走的是 /v1/responses,不是 /chat/completions。 插件会把 Luna 当成普通 OpenAI 模型,路由到 opencode-go
Contributor
Author
Contributor
Author
|
fix(vision): use getApiKey after unified auth removed getApiKeyForEndpoint |
Abbalochdev
added a commit
that referenced
this pull request
Aug 28, 2026
Owner
|
Hello, could we revalidate the Swarn Agents structure flow to make it flawless and efficient in parallel usage with more advanced capabilities to run multiple agents individually to complete a single task more accurately and efficiently in a shorter amount of time? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




部分支持。 大部分 Go 模型能用,但 gpt-5.6-luna 这类走 /responses 的模型,主聊天链路还不支持。
已支持
主客户端 GLMClient 只实现了两种协议:
协议 实际请求地址 适用模型
OpenAI
…/chat/completions
GLM、Kimi、DeepSeek、MiMo、Hy3 等
Anthropic
…/v1/messages
MiniMax、Qwen、Claude
core.ts
Ln 70–71
/chat/completions) and/v1/messages) protocols. OpenCode Go 上这两类模型在 Copilot Chat 里都能正常用。还不支持(Luna 的问题)
gpt-5.6-luna、grok-4.6、muse-spark-1.2-contributor 在 OpenCode Go 文档 里走的是 /v1/responses,不是 /chat/completions。
插件会把 Luna 当成普通 OpenAI 模型,路由到 opencode-go